Xbasic
helper::GoogleSheetDeleteTable Method
Syntax
DeleteTable as L(tableName as C)
Arguments
- tableNameCharacter
Delete table (delete sheet that stores the table).
Returns
- resultLogical
Returns true if the table was deleted.
Description
The DeleteTable method deletes the Google Sheet that stores the specified table.
Example